home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16165 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: druid.borland.com!usenet
  2. From: pete@borland.com (Pete Becker)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: string class in STL?
  5. Date: 9 Apr 1996 20:32:01 GMT
  6. Organization: Borland International
  7. Message-ID: <4kehg1$t23@druid.borland.com>
  8. References: <4k53js$i4o@cloner2.ix.netcom.com> <marnoldDpFo2B.9t3@netcom.com> <smithDpHKuo.E2y@netcom.com> <316a34e3.6585148@news.cyberport.com>
  9. NNTP-Posting-Host: pbecker.borland.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. In article <316a34e3.6585148@news.cyberport.com>, tangent@cyberport.com says...
  15. >
  16. >The standard C++ library version is in cstring.h (or probably just
  17. >"cstring" now) last I checked.  
  18.  
  19. It's in <string>.
  20.  
  21. >With the recent Working Paper release,
  22. >more compilers should begin supporting it.  Borland C++ already does,
  23. >though I hear it isn't a perfect implementation, from a standards
  24. >point of view.
  25.  
  26. Well, if you've been using the string class from cstring.h you've been using a 
  27. two-year old version. The newest stuff is in <string>.
  28.  
  29.